home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / BLOB.RDR < prev    next >
Text File  |  1994-06-18  |  528b  |  19 lines

  1. * Blobs - Layer 1 and 2 are identical save for the "blob" directive.
  2. *   Blob threshold and strength default to .5 and 1 respectively.
  3. *   Note "colors.inc" is a file in \povray\include and the external_pigment
  4. *   "OldGold" is declared in it.
  5.  
  6. global
  7.     sky cloudy
  8.     floor tiles
  9.  
  10. layer 1 blobs layer_texture external_pigment OldGold
  11. layer 2 layer_texture external_pigment OldGold
  12.  
  13. insert before_textures begin_insert
  14. #include "rshapes.inc"
  15. #include "colors.inc"
  16. end_insert
  17.  
  18. block ELLIPS external Ellipsoid
  19.